func github.com/go-pg/pg/v10/types.appendSliceInt

2 uses

	github.com/go-pg/pg/v10/types (current package)
		array_append.go#L141: 	return appendSliceInt(b, ints, flags)
		array_append.go#L144: func appendSliceInt(b []byte, ints []int, flags int) []byte {